home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / title.dxr / 00006.ls next >
Encoding:
Text File  |  1997-07-11  |  676 b   |  27 lines

  1. on getpopposition buttonname
  2.   if buttonname = "menu" then
  3.     set popposition to "23 36"
  4.   else
  5.     if buttonname = "file" then
  6.       set popposition to "23 38, 39 54, 55 70, 71 84"
  7.     else
  8.       if buttonname = "help" then
  9.         set popposition to "23 38"
  10.       else
  11.         if buttonname = "main" then
  12.           set popposition to "50 64,65 79,80 94"
  13.         else
  14.           if buttonname = "sub1" then
  15.             set popposition to "50 64,65 79,80 94"
  16.           else
  17.             if buttonname = "sub2" then
  18.               set popposition to "50 64,65 79,80 94"
  19.             end if
  20.           end if
  21.         end if
  22.       end if
  23.     end if
  24.   end if
  25.   return popposition
  26. end
  27.